home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / bp_data / misc / theend.dxr / 00066.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  212 b   |  10 lines

  1. on waitAnim T
  2.   set T to the timer + T
  3.   repeat while (T > the timer) and the mouseUp
  4.     set K to the timer + 4
  5.     updateStage()
  6.     repeat while (K > the timer) and the mouseUp
  7.     end repeat
  8.   end repeat
  9. end
  10.